object AniIconEditorDialog: TAniIconEditorDialog Left = 750 Top = 191 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Animated Icon Editor' ClientHeight = 306 ClientWidth = 357 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 13 object OKButton: TButton Left = 274 Top = 12 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object CancelButton: TButton Left = 274 Top = 41 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object GroupBox1: TGroupBox Left = 10 Top = 7 Width = 255 Height = 288 TabOrder = 2 object ImagePanel: TPanel Left = 10 Top = 16 Width = 235 Height = 235 BevelOuter = bvNone BorderWidth = 5 BorderStyle = bsSingle Color = 14680063 TabOrder = 0 object ImagePaintBox: TPaintBox Left = 5 Top = 5 Width = 221 Height = 221 Align = alClient end end object Load: TButton Left = 10 Top = 257 Width = 75 Height = 23 Caption = '&Load...' TabOrder = 1 OnClick = LoadClick end object Save: TButton Left = 90 Top = 257 Width = 75 Height = 23 Caption = '&Save...' TabOrder = 2 OnClick = SaveClick end object Clear: TButton Left = 170 Top = 257 Width = 75 Height = 23 Caption = '&Clear' TabOrder = 3 OnClick = ClearClick end end object OpenDialog: TOpenPictureDialog DefaultExt = 'ani' Filter = 'Animated Icons (*.ani)|*.ani' Title = 'Load Animated Icon' Left = 294 Top = 82 end object SaveDialog: TSavePictureDialog DefaultExt = 'ani' Filter = 'Animated Icons (*.ani)|*.ani' Options = [ofOverwritePrompt] Title = 'Save Animated Icon' Left = 291 Top = 116 end object Timer1: TTimer Enabled = False Interval = 50 OnTimer = Timer1Timer Left = 294 Top = 155 end end